Hacking For Beginners – Manthan Desai

2010

1. Chat With Friends using MS-DOS

Step 1:- All you need is your friends IP address

Step 2 :- Open your notepad and write tis code as it is.

@echo off:AClsecho MESSENGERset /p n=User:set /p m=Message:net send %n% %m%PauseGoto A3.

Step 3 :- Now save this as " Messenger.Bat ”.

Step 4 :- Drag this file (.bat file)over to Command Prompt and press enter!

Step 5 :- You would then see some thing this:

MESSENGERUser:

Step 6 :- After "User” type the IP address of the computer you want to contact.

Step 7 :- Before you press "Enter” it should look like this:

MESSENGERUser: IP_Address User: IP_AddressMessage: Hi, How are you ? Message: Hi, How are you?

Step 8 :- Now all you need to do is press "Enter”, and start chatting.

“ This Trick Works In the LAN connection Only. And may Not support some latest operating Systemslike Windows 7 and Windows Vista. ”

www.hackingtech.co.tv

Page 93